home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Updaters / AppMaker 1.5.2->1.5.4 / Libraries / THINK / AMClassLibC / CAMButton.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-24  |  516 b   |  22 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CAMButton.h
  3.  
  4.         Interface for CAMButton.c
  5.         
  6.         Copyright © 1991 Bowers Development Corporation. All rights reserved.
  7.         
  8.  ******************************************************************************/
  9.  
  10. #pragma once
  11.  
  12. #include <CButton.h>
  13.  
  14. /*--------*/
  15. class CAMButton : public CButton {
  16. public:
  17.     void    IViewTemp                (CView            *anEnclosure,
  18.                                       CBureaucrat    *aSupervisor,
  19.                                      Ptr            viewData);        // is override
  20.  
  21. };    /* CAMButton */
  22.